ASP.NET Core MVC コントロールヘルプ
HtmlAttribute メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ControlBuilder<TControl,TBuilder> クラス : HtmlAttribute メソッド
The key of the HTML attribute.
The value of the HTML attribute.
Configurates C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes.
シンタックス
'宣言
 
Public Function HtmlAttribute( _
   ByVal key As System.String, _
   ByVal value As System.String _
) As TBuilder
public TBuilder HtmlAttribute( 
   System.string key,
   System.string value
)

パラメータ

key
The key of the HTML attribute.
value
The value of the HTML attribute.

戻り値の型

Current builder.
参照

ControlBuilder<TControl,TBuilder> クラス
ControlBuilder<TControl,TBuilder> メンバ